/*2019-04-17*/
.tabLink{
    margin-top: 66px;
    height: 146px;
}
.tabLink a{
    width: 158px;
    height: 100%;
    display: table;
    margin-right: 27px;
    float: left;
}
.tabLink a p{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.btnBg01{
    background: url("../images/sk/btnBg01.png") center center no-repeat;
}
.btnBg02{
    background: url("../images/sk/btnBg02.png") center center no-repeat;
}
.btnBg03{
    background: url("../images/sk/btnBg03.png") center center no-repeat;
}


/*2019.05.15 公共法律服务地图修改*/
.fl_ss.paddingInset ul{
    box-sizing: border-box;
    padding: 7px 8px 0 7px;
}
.fl_ss.paddingInset ul .fl_subtit{
    margin-right: 90px;
}
.units_container{
    margin-left: 10px;
    margin-bottom: 15px;
    width: 410px;
    height: 188px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 6px 0px rgba(97, 97, 97, 0.3);
}
.units_container li{
    width: 25%;
    height: 34px;
    float: left;
    box-sizing: border-box;
    margin: 25px 0 35px;
    border-right: 1px solid #ebebeb;
    text-align: center;
}
.units_name{
    width: 100%;
    height: 28px;
    display: table;
    text-align: center;
    box-sizing: border-box;
}
.units_name span{
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    color: #888;
    line-height: 14px;
}
.units_icon{
    width: 100%;
    display: flex;
    align-items: center;
    height: 54px;
    margin-top: -18px;
}
.units_icon img{
    margin: 0 auto;
    align-items: center;
}
.units_container a{
    position: relative;
}
.units_container a:hover{
    top: -3px;
    text-decoration: underline;
    color: #888;
}
.map_list .inpage-searchbox .advancedSearch{
    position: absolute;
    right: 56px;
    font-size: 14px;
    color: #0673c7;
    border-bottom: 1px solid #0673c7;
    padding: 9px 0 0px;
    cursor: pointer;
}
.advancedSearch_container{
    position: absolute;
    width: 488px;
    border-radius: 4px;
    box-sizing: border-box;
    top: 65px;
    left: 10px;
    box-shadow: 0px 2px 6px 0px rgba(97, 97, 97, 0.3);
    background-color: #fff;
    padding: 14px 10px;
    display: none;
}
.advancedSearch_container.show{
    display: block;
}
.advancedSearch_input{
    height: 28px;
    margin-bottom: 13px;
}
.advancedSearch_input_desc{
    float: left;
    width: 75px;
    line-height: 28px;
    font-size: 14px;
    color: #999;
}
.advancedSearch_input_body{
    display: block;
    width: 393px;
    line-height: 28px;
    margin-left: 75px;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #333;
    outline: none;
    padding: 0px 9px 2px;
    padding: 2px 9px\0;
}
.advancedSearch_select_body{
    display: block;
    width: 195px;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #333;
    outline: none;
    padding: 0px 30px 3px 9px;
    padding: 3px 30px 3px 9px\0;
    appearance:button;
    -moz-appearance:button; /* Firefox */
    -webkit-appearance:button; /* Safari 和 Chrome */
    background: #fff url("../images/sk/select.png") right 10px center no-repeat;
}
.advancedSearch_select_area{
    position: relative;
    height: 28px;
    float: left;
}
.advancedSearch_select_area input{
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #333;
    padding: 0px 30px 2px 9px;
    padding: 2px 30px 2px 9px\0;
    outline: none;
    background: #fff url("../images/sk/select.png") right 10px center no-repeat;
    cursor: pointer;
}
.delete_button{
    position: absolute;
    width: 14px;
    height: 14px;
    background: url("../images/sk/delete.png") center center no-repeat;
    right: 8px;
    top: 7px;
    display: none;
}
.advancedSearch_select_area input::placeholder{
    color: #888;
}
.advancedSearch_select_area div{
    width: 100%;
    height: 8px;
    background-color: #f8fdff;
    position: absolute;
    top: 27px;
    left: 0;
    box-sizing: border-box;
    border-left: 1px solid #74acff;
    border-right: 1px solid #74acff;
    display: none;
}
.advancedSearch_select_area.active input{
    background: #f8fdff;
    font-weight: bold;
    color: #157bca;
    border-color: #74acff;
}
.advancedSearch_select_area.active input::placeholder{
    font-weight: bold;
    color: #157bca;
}
.advancedSearch_select_area.active div{
    display: block;
}
.advancedSearch_select_area.active .delete_button{
    display: block;
}
.select_datas{
    background-color: #f8fdff;
    box-sizing: border-box;
    border: 1px solid #74acff;
    clear: both;
    overflow: hidden;
    display: none;
}
.select_datas_uls{
    width: 100%;
    padding: 5px 0;
}
.select_datas_uls li{
    width: 16.66%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    cursor: pointer;
}
.select_datas_uls li.active{
    color: #2577e3;
}
.advancedSearch_go{
    display: block;
    width: 120px;
    height: 38px;
    margin: 11px auto 0;
    line-height: 36px;
    box-sizing: border-box;
    padding-left: 56px;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    background: #0673c7 url("../images/sk/search.png") left 24px center no-repeat;
}


/*2019.05.16*/
.provinMap.newBg{
    background: url("../images/sk/bg_map.png") center center no-repeat;
}
.area_list{
    width: 450px;
    margin: 20px 30px 0 0;
}
.area_list_name{
    text-align: center;
    height: 63px;
    line-height: 63px;
}
.area_list_name img{
    display: inline-block;
    vertical-align: -6px;
}
.area_list_name span{
    display: inline-block;
    font-size: 20px;
    color: #235299;
    margin: 0 12px;
}
.area_list_uls{
    width: 100%;
    height: 338px;
    background: url("../images/sk/border.png") center center no-repeat;
    box-sizing: border-box;
    padding-top: 20px;
}
.area_list_uls li{
    float: left;
    width: 72px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    cursor: pointer;
    margin: 0 8px 12px;
}
.area_list_uls a{
    color: #000000;
    background-color: transparent;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.area_list_uls li:hover a{
    background-color: #d01515;
    color: #fff;
}